CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Linux 管道

搜索资源列表

  1. shell_v3

    0下载:
  2. linux环境下,实现的shell解释器,实现功能主要有: 1. 基本界面由输入提示符开头 2. 执行可执行文件包括参数 3. 错误提示 4. 内置简单shell 命令 cd exit 5. 单次I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;-linux environment, to achieve the shell interpreter to realize functions are: 1
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:2739
    • 提供者:lijinping
  1. jctx

    0下载:
  2. 实验三 进程间通信 UNIX/LINUX系统的进程间通信机构(IPC)允许在任意进程间大批量地交换数据。本实验的目的是了解和熟悉LINUX支持的信号量机制、管道机制、消息通信机制及共享存储区机制。 -In Experiment 3, inter-process communication UNIX/LINUX system inter-process communication agencies (IPC) to allow large quantities in any exchang
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:40342
    • 提供者:FF
  1. fifo

    0下载:
  2. 此程序是在LINUX的管道编程,对基本的管道理解.-This program is in the pipeline LINUX programming, understanding of the basic pipeline
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:969
    • 提供者:张学奇
  1. 111

    0下载:
  2. linux下的管道应用,此为命名管道,能够实现文件的读写操作-Under Linux piping applications, this is named pipe, can realize the file has read and write operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:vivian
  1. 22

    0下载:
  2. linux下的管道应用,此为匿名管道,能够实现父子进程通信-Under Linux piping applications, this is anonymous pipe, will be able to realize the father and son communication process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1319
    • 提供者:vivian
  1. Linux_experiment

    0下载:
  2. 详细地讲述Linux的各种实验,包括命名管道,文件的实验-descr iption of Linux experiments
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:133869
    • 提供者:马路
  1. named_pipe

    0下载:
  2. 基于Linux下的进程通信中的命名管道,以及相关的实现代码-Based on the process of communication under Linux named pipe, and the realization of the relevant code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:10851
    • 提供者:zzy
  1. shell-pipe.c.tar

    0下载:
  2. linux进程间通信,使用的是pipe,主要是实现shell命令的管道通信。-linux ipc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:699
    • 提供者:Maralla
  1. LinuxPC

    0下载:
  2. 介绍关于linux的相关的系统函数调用,其中重点讲解了管道,内存,信号量等。-about linux system function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1775594
    • 提供者:赵黄璐
  1. linux_simple_applications

    0下载:
  2. linux简单的应用程序的集合, 不过对于初学学习linux是很有意的, 比如多进程,管道, 消息队列-linux simple appliactions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:72301
    • 提供者:nianqin
  1. Unix_source_code

    0下载:
  2. Linux系统函数alarm()和system()及管道(pipe)的简单应用,通过这几个例子,可以明白alarm、system函数和管道作用和使用方法,并可以灵活应用到其他例子中去;-Linux system alarm function () and system () and pipe (pipe) s simple application, through these few examples, can understand alarm, system function and pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8339
    • 提供者:追梦人
  1. shell

    0下载:
  2. Linux下的命令解释器,实现了基本外部命令,管道,重定向等-Linux, the command interpreter, basic external command, pipes, redirection, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:3046
    • 提供者:Nick
  1. pipe

    0下载:
  2. linux进程间通信---管道的应用 pipe实例函数代码-linux pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:8936
    • 提供者:nana
  1. yuan

    0下载:
  2. 嵌入式Linux中的进程/线程间通信机制研究,多进程/线程相互间的通信,包括父子进程间采用有名管道进行通信、进程间共享内存和消息队列通信、信号通信。-research on the Linux process/thread communication mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2273
    • 提供者:刘育烽
  1. fork

    0下载:
  2. 管道实现进程间通信:写linux下的用户程序,其中一个为父进程,它创建了另外2个子进程,这2个子进程通过管道机制实现进程间通信。-To achieve inter-process communication pipe: write the user program under linux, one of the parent process, it creates the other two sub-process, the two sub-process through the pipelin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:735
    • 提供者:lily
  1. SMMyShellh

    0下载:
  2. 实现Linux的Shell基本功能。包括输入输出重重定向,管道,等等。 ,经测试可直接使用。 -Achieve the basic functions of the Linux Shell. Including numerous directional input and output, pipes, and so on. Has been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:2055
    • 提供者:hehe88999
  1. linux_myshell

    1下载:
  2. linux下的命令解释器,能执行部分内部和外部命令,支持I/O重定向,管道和前后台作业及控制,能够执行fg、bg、jobs、cd、history、exit这些内部命令,能够执行带参数的外部命令,支持I/O重定向,支持前后台作业 。-linux command interpreter, part of the internal and external commands, support for I/O redirection, pipes, and front and back office
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:4305833
    • 提供者:luyao
  1. TQ-2440fifo_source_code

    0下载:
  2. 在Linux学习中,无名管道在开发板上运行的源代码。-Linux learning, the named pipe on the development board running the source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1340
    • 提供者:林东育
  1. SQTEK-mini2440-S2

    0下载:
  2. 上海嵌入式家园-开发板商城: http://embedclub.taobao.com 【申嵌视频-mini2440基础篇】内容: 申嵌基础篇1-1_Linux系统概述.rar 申嵌基础篇1-2_使用VMWare安装fedora_14操作系统.rar 申嵌基础篇2-1_Linux常用指令讲解1.rar 申嵌基础篇2-2_Linux常用命令讲解2.rar 申嵌基础篇3_vi文件编辑器的基本操作.rar 申嵌基础篇4-1_搭建NFS服务器.rar 申嵌基础篇4-2_搭建
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:62794
    • 提供者:琢光
  1. myftp

    0下载:
  2. 本系统主要实现一个文件传输功能,即通过TCP或UDP协议,建立局域网内的客户端与服务器端的数据通信,实现从客户端到服务器端的上传和从服务器端到客户端的下载,以及通过命令对服务器端进行文件的各种操作。该系统主要难点在于客户端命令的拆分以及对多用户的请求处理。应熟悉TCP和UDP协议,及网络模型的实际应用。应熟练掌握Linux下的C语言编程,以及通过管道实现进程间的通信。进程/线程对资源的访问方法,文件的读写及内存映射等操作。-linux c++ ftp
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:518300
    • 提供者:kevin
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com